Extensions to XTI
Table A-3 lists the Open Transport endpoint and general provider functions that are not part of XTI. Although this document refers to these functions by their Open Transport preferred-C names, you can also call these functions by the XTI-style names listed in the table. If a function is not listed in this table or in Table A-2, it is not available to XTI clients.
Table A-3 Open Transport Functions not found in XTI
Open Transport preferred-C name | XTI-style name |
---|
OTCancelRequest | t_cancelrequest |
OTCancelReply | t_cancelreply |
OTCancelSynchronousCalls | t_cancelsynchronouscalls |
OTCancelURequest | t_cancelurequest |
OTCancelUReply | t_cancelureply |
OTGetProtAddress | t_getprotaddr |
OTInstallNotifier | t_installnotifier |
OTIsNonBlocking | t_isnonblocking |
OTIsSynchronous | t_issynchronous |
OTRcvRequest | t_rcvrequest |
OTRcvReply | t_rcvreply |
OTRcvUReply | t_rcvureply |
OTRcvURequest | t_rcvurequest |
OTRemoveNotifier | t_removenotifier |
OTResolveAddress | t_resolveaddr |
OTSetAsynchronous | t_asynchronous |
OTSetBlocking | t_blocking |
OTSetNonBlocking | t_nonblocking |
OTSetSynchronous | t_synchronous |
OTSndReply | t_sndreply |
OTSndRequest | t_sndrequest |
OTSndUReply | t_sndureply |
OTSndURequest | t_sndurequest |
OTUseSyncIdleEvents | t_usesynchidleevents |